crypto/tls.clientHelloMsg.secureRenegotiation (field)
10 uses
crypto/tls (current package)
handshake_client.go#L94: hello.secureRenegotiation = c.clientFinished[:]
handshake_messages.go#L87: secureRenegotiation []byte
handshake_messages.go#L139: exts.AddBytes(m.secureRenegotiation)
handshake_messages.go#L565: if !readUint8LengthPrefixed(&extData, &m.secureRenegotiation) {
handshake_messages.go#L703: secureRenegotiation: slices.Clone(m.secureRenegotiation),
handshake_server.go#L242: if len(hs.clientHello.secureRenegotiation) != 0 {
handshake_server_tls13.go#L154: if len(hs.clientHello.secureRenegotiation) != 0 {
handshake_server_tls13.go#L721: !bytes.Equal(ch.secureRenegotiation, ch1.secureRenegotiation) ||
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)